<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#full-screen-slider { width:100%; height:500px; overflow:hidden;background:#f3f3f3;padding-bottom:0px;margin:0 auto;position:relative;}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;left:0px;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute;left:50%;bottom:30px; z-index:9900; text-align:center;z-index:9999;}
#pagination li { display:inline-block;float:left;list-style:none; width:20px; height:20px;margin-left:4px;background:url(../images/p1.png) no-repeat center; }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {background:url(../images/p2.png) no-repeat center;}
</pre></body></html>